Data for Silverlight
Contains(String) Method

C1.Silverlight.Data Namespace > NamedObjectCollection<T> Class > Contains Method : Contains(String) Method
Name of the item to search.
Gets a value that determines whether an item is a member of the list.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As String _
) As Boolean
public bool Contains( 
   string name
)

Parameters

name
Name of the item to search.

Return Value

True if the list contains an item named name, false otherwise.
See Also

Reference

NamedObjectCollection<T> Class
NamedObjectCollection<T> Members
Overload List